#theme-details .about h3 {
  margin: 20px auto 0;
  width: 1100px;
  font-size: 16px;
  font-weight: 600;
  color: #1C2340;
}
#theme-details .about p {
  margin: 10px auto 0;
  width: 1040px;
  max-height: 100px;
  text-indent: 2em;
  font-size: 12px;
  color: #1C2340;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
#theme-details .query {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#theme-details .query .wrap {
  width: 1200px;
  height: 40px;
  background-color: #F6F7FB;
  padding: 0 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#theme-details .query .wrap.right {
  justify-content: flex-end;
}
#theme-details .query .search {
  width: 240px;
  height: 30px;
  position: relative;
}
#theme-details .query .search input {
  border-radius: 3px;
  height: 100%;
  width: 100%;
  display: block;
  border: 1px solid #CCCCCC;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 25px;
  box-sizing: border-box;
}
#theme-details .query .search i {
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #666666;
  cursor: pointer;
}
#theme-details .query .page {
  display: flex;
  align-items: center;
}
#theme-details .query .page .layui-laypage {
  margin: 0;
}
#theme-details .query .page .layui-laypage a,
#theme-details .query .page .layui-laypage span {
  margin: 0;
  margin-right: -1px;
  background: none;
}
#theme-details .query .page .layui-laypage .layui-laypage-skip {
  margin-left: 10px;
}
#theme-details .see-all-products {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
#theme-details .see-all-products  .wrap {
  width: 1100px;
  padding: 0 50px;
}
#theme-details .see-all-products  .wrap .line {
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
  display: flex;  
  justify-content: space-between;
}
#theme-details .see-all-products h3  {
  font-size: 16px;
  font-weight: 600;
}
#theme-details .see-all-products a {
  font-size: 14px;
  color: #1067EE;
}
#theme-details .theme-list {
  display: flex;
  justify-content: center;
}
#theme-details .theme-list .product {
  display: flex;
  justify-content: center;
}
#theme-details .theme-list .product ul {
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#theme-details .theme-list .product ul li {
  margin-top: 35px;
  margin-left: 70px;
}
#theme-details .theme-list .product ul li > a {
  display: block;
  padding: 10px 10px 20px;
  background-color: #F6F7FB;
  border-radius: 4px;
  border: 1px solid #E8EDFF;
  box-sizing: border-box;
}
#theme-details .theme-list .product ul li > a:hover {
  border: 1px solid #1067ee;
  box-shadow: 0px 5px 10px 0px rgba(16, 103, 238, 0.2);
}
#theme-details .theme-list .product ul li > a:hover .product-title {
  color: #1067EE;
}
#theme-details .theme-list .product ul li:nth-of-type(4n+1) {
  margin-left: 0;
}
#theme-details .theme-list .product ul .product-img {
  position: relative;
  box-sizing: border-box;
}
#theme-details .theme-list .product ul .product-img img {
  width: 200px;
  height: 200px;
  border-radius: 4px;
  border: 1px solid #E8EDFF;
  box-sizing: border-box;
}
#theme-details .theme-list .product ul .product-img .color {
  position: absolute;
  left: 15px;
  bottom: 5px;
  border-radius: 10px;
  background: rgba(246, 247, 251, 0.5);
  border: 1px solid rgba(232, 237, 255, 0.2);
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  box-sizing: border-box;
}
#theme-details .theme-list .product ul .product-img .color i {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #DEE2E6;
  margin-left: 8px;
  box-sizing: border-box;
}
#theme-details .theme-list .product ul .product-img .color i:nth-of-type(1) {
  margin-left: 0;
}
#theme-details .theme-list .product ul .product-title {
  width: 200px;
  margin-top: 20px;
  font-size: 14px;
  color: #1C2340;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#theme-details .theme-list .product ul .product-info {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
#theme-details .theme-list .product ul .product-info p {
  font-size: 10px;
  color: #666666;
}
#theme-details .theme-list .product ul .product-info h4 {
  font-size: 14px;
  color: #EA2E2E;
  font-weight: 500;
}
